Skip to content

feat: new Coverage and overview metrics#2590

Merged
claudiacodacy merged 35 commits intomasterfrom
coverage-and-overview-metrics
Feb 24, 2026
Merged

feat: new Coverage and overview metrics#2590
claudiacodacy merged 35 commits intomasterfrom
coverage-and-overview-metrics

Conversation

@claudiacodacy
Copy link
Contributor

@claudiacodacy claudiacodacy commented Feb 20, 2026

👀 Live preview

https://coverage-and-overview-metrics--docs-codacy.netlify.app/organizations/reporting/organization-overview/

🚧 To do

  • If relevant, include the Jira issue key at the end of the pull request title
  • Perform a self-review of the changes
  • Fix any issues reported by the CI/CD

Test plan proposal

  • Verify that all internal anchor links (e.g., #grade, #coverage, #overview-filters) resolve to the correct sections on the rendered page
  • Confirm the Markdown tables in the 'Code health and security' and 'Coverage' sections render correctly without layout shifts or broken rows
  • Validate that all newly referenced images (e.g., organization-overview-grade.png) exist in the repository and display correctly
  • Check that external links to GitLab and Bitbucket documentation are functional and lead to the correct API references

claudiacodacy and others added 25 commits February 19, 2026 16:18
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
@claudiacodacy claudiacodacy requested a review from a team as a code owner February 20, 2026 14:45
@github-actions github-actions bot temporarily deployed to Netlify February 20, 2026 14:45 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Feb 20, 2026

Overall readability score: 54.15 (🟢 +0.03)

File Readability
organization-overview.md 54.8 (🟢 +6.37)
View detailed metrics

🟢 - Shows an increase in readability
🔴 - Shows a decrease in readability

File Readability FRE GF ARI CLI DCRS
organization-overview.md 54.8 24.34 8.77 12.5 14.49 6.93
  🟢 +6.37 🔴 -8.8 🟢 +2.99 🟢 +1.9 🔴 -1.32 🟢 +0.56

Averages:

  Readability FRE GF ARI CLI DCRS
Average 54.15 42.98 10.94 12.32 12.23 8.01
  🟢 +0.03 🔴 -0.04 🟢 +0.01 🟢 +0.01 🔴 -0.01 🟢 +0
View metric targets
Metric Range Ideal score
Flesch Reading Ease 100 (very easy read) to 0 (extremely difficult read) 60
Gunning Fog 6 (very easy read) to 17 (extremely difficult read) 8 or less
Auto. Read. Index 6 (very easy read) to 14 (extremely difficult read) 8 or less
Coleman Liau Index 6 (very easy read) to 17 (extremely difficult read) 8 or less
Dale-Chall Readability 4.9 (very easy read) to 9.9 (extremely difficult read) 6.9 or less

@codacy-production
Copy link
Contributor

codacy-production bot commented Feb 20, 2026

Codacy's Analysis Summary

0 new issue (≤ 0 minor issue)
0 new security issue
More details

AI Reviewer: run the reviewer on demand. As new changes are pushed, run a review below.
To trigger the first review automatically, go to your organization or repository integration settings.
AI can make mistakes. Always validate suggestions.

 
  Run Reviewer ▶︎  
 

codacy-production[bot]

This comment was marked as outdated.

Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
@github-actions github-actions bot temporarily deployed to Netlify February 20, 2026 14:51 Inactive
codacy-production[bot]

This comment was marked as outdated.

@github-actions github-actions bot temporarily deployed to Netlify February 20, 2026 14:54 Inactive
codacy-production[bot]

This comment was marked as outdated.

claudiacodacy and others added 2 commits February 20, 2026 15:01
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
@github-actions github-actions bot temporarily deployed to Netlify February 20, 2026 15:03 Inactive
codacy-production[bot]

This comment was marked as outdated.

@github-actions github-actions bot temporarily deployed to Netlify February 20, 2026 15:34 Inactive
codacy-production[bot]

This comment was marked as outdated.

@github-actions github-actions bot temporarily deployed to Netlify February 23, 2026 11:45 Inactive
@github-actions github-actions bot temporarily deployed to Netlify February 23, 2026 11:51 Inactive
codacy-production[bot]

This comment was marked as outdated.

@github-actions github-actions bot temporarily deployed to Netlify February 24, 2026 09:51 Inactive
@github-actions github-actions bot temporarily deployed to Netlify February 24, 2026 09:57 Inactive
Copy link
Contributor

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

The documentation enhancements are high-quality and provide necessary details for the new features. Addressing minor inconsistencies in link attributes and image paths will ensure a professional and functional final output.

Suggestions for missing tests

  • Verify that all internal anchor links (#grade, #complexity, #duplication, #coverage, #overview-filters, #coverage-note) resolve correctly to their respective sections.
  • Confirm that external links to GitHub, GitLab, and Bitbucket APIs open in a new tab as intended.
  • Check the rendering of the 'Code health and security' table and ensure all links within it function correctly.
  • Ensure that the text inside the HTML div tags is correctly parsed as Markdown by the static site generator.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify that all internal anchor links (#grade, #complexity, #duplication, #coverage, #overview-filters, #coverage-note) resolve correctly to their respective sections.
2. Confirm that external links to GitHub, GitLab, and Bitbucket APIs open in a new tab as intended.
3. Check the rendering of the 'Code health and security' table and ensure all links within it function correctly.
4. Ensure that the text inside the HTML `div` tags is correctly parsed as Markdown by the static site generator.

🗒️ Improve review quality by adding custom instructions.
💡 Codacy uses AI. Check for mistakes.

Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
@github-actions github-actions bot temporarily deployed to Netlify February 24, 2026 10:07 Inactive
@claudiacodacy claudiacodacy merged commit db8bb43 into master Feb 24, 2026
5 checks passed
@claudiacodacy claudiacodacy deleted the coverage-and-overview-metrics branch February 24, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants